17. Quiz: Checking out the Docs (6-7)
Manipulating Arrays
SOLUTION:
reverse()SOLUTION:
sort()Removing the first element
SOLUTION:
- shift()
- splice()
Array to String
SOLUTION:
join()Have questions? Head to Knowledge for discussion with the Udacity Community.